home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj009.zip / TOOLBAR.ZIP / TOOLTST4.TB < prev    next >
Text File  |  1992-04-29  |  567b  |  25 lines

  1. TOOLBAR "tooltest4"            # a sample "grid" tool palette
  2. ORIENT HORIZONTAL
  3. CELLSIZE 23, 23
  4. MASTERCELLS 4, 4            # no slave tools used
  5. BEGIN
  6.     TOOLSET 1            # only 1 master set
  7.     BEGIN
  8.         TOOL "smile", 101
  9.         TOOL "smileb", 102
  10.         TOOL "smiler", 103
  11.         TOOL "smilep", 104
  12.         TOOL "smileh", 201
  13.         TOOL "desktop", 202
  14.         TOOL "phone", 203
  15.         TOOL "pencil", 204
  16.         TOOL "paper", 301
  17.         TOOL "clock", 302
  18.         TOOL "dead", 303
  19.         TOOL "rainbow", 304
  20.         TOOL "peace", 401
  21.         TOOL "smileh", 402
  22.         TOOL "space", 403
  23.         TOOL "construct", 404
  24.     END # end toolset
  25. END # end toolbar